17. Infrastructure as Code on AWS

L03-07-RedshiftCluster-Part2 Infrastructure As Code (IaC)

Which of the following are advantages of Infrastructure-as-Code over creating infrastructure by clicking-around?

SOLUTION:
  • Sharing: One can share all the steps with others easily
  • Reproducibility: One can be sure that no steps are forgotten
  • Multiple deployments: One can create a test environment identical to the production environment
  • Maintainability: If a change is needed, one can keep track of the changes by comparing the code